home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-11
/
clipss.zip
/
789.RMK
next >
Wrap
Text File
|
1991-09-19
|
540b
|
26 lines
//
// 789.RMK
//
// Luiz Quintela
//
// Copyright (c) 1991 Nantucket Corporation.
// All Rights Reserved.
//
files := SPRDSHT, QUITIT, BUTTOMS, MISCSPRD
// Inference rule
.prg.obj:
SET CLIPPERCMD=/N /W
Clipper $*
SPRDSHT.OBJ: sprdsht.prg sprdsht.ch
QUITIT.OBJ: quitit.prg
BUTTOMS.OBJ: buttoms.prg buttoms.ch
MISCSPRD.OBJ: miscsprd.prg sprdsht.ch
SPRDSHT.EXE: sprdsht.obj quitit.obj buttoms.obj miscsprd.obj
SET RTLINKCMD=/FREE
RTLINK FILE $(files)
// EOF - 789.RMK //